Probe $CARGO_HOME/bin for subcommands by default
authorAlex Crichton <alex@alexcrichton.com>
Thu, 3 Dec 2015 23:32:30 +0000 (15:32 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 4 Dec 2015 18:24:48 +0000 (10:24 -0800)
commit20b768e6ba214c469c9972b36de9cf122f45f28c
tree2eb601e6ba623162e8edcdc84903453d84653437
parent5227385fa8366a39367d3571e959b8f842edab1f
Probe $CARGO_HOME/bin for subcommands by default

Don't require PATH modifications for new cargo subcommands by looking
specifically in $CARGO_HOME/bin for installed commands.

Closes #2189
src/bin/cargo.rs
src/bin/run.rs
tests/test_cargo.rs
tests/test_cargo_install.rs